Configuration, compilation and getting started with the software:
3.7. Q - What other utilities are available?
A - The following utilities are included:
SM - This is the utility that prints out the size of each object file, sorted in
ascending order.
It usually invoked as: SM main
lmap - This utility prints out the memory map of the project.
It usually invoked as: lmap main
smap - This file prints out the raw size of each object file unsorted. SM is the
front end for this utility.
This is not usually invoked directly.
The USART I/O functions (in the usartutils.c file) are also quite useful when debugging
a program. See Section 4.4 below for examples.